home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form dlgCoords
- BorderStyle = 3 'Fixed Dialog
- Caption = "Click Coordinates"
- ClientHeight = 1680
- ClientLeft = 2760
- ClientTop = 3750
- ClientWidth = 6030
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1680
- ScaleWidth = 6030
- ShowInTaskbar = 0 'False
- Begin VB.TextBox txtZ3
- Height = 288
- Left = 4560
- TabIndex = 8
- Top = 1080
- Width = 1212
- End
- Begin VB.TextBox txtY3
- Height = 288
- Left = 3240
- TabIndex = 7
- Top = 1080
- Width = 1212
- End
- Begin VB.TextBox txtX3
- Height = 288
- Left = 1920
- TabIndex = 6
- Top = 1080
- Width = 1212
- End
- Begin VB.TextBox txtY2
- Height = 288
- Left = 3240
- TabIndex = 4
- Top = 600
- Width = 1212
- End
- Begin VB.TextBox txtX2
- Height = 288
- Left = 1920
- TabIndex = 3
- Top = 600
- Width = 1212
- End
- Begin VB.TextBox txtY1
- Height = 288
- Left = 3240
- TabIndex = 1
- Top = 120
- Width = 1212
- End
- Begin VB.TextBox txtX1
- Height = 288
- Left = 1920
- Locked = -1 'True
- TabIndex = 0
- Top = 120
- Width = 1212
- End
- Begin VB.Label Label3
- Caption = "World coordinates :"
- Height = 252
- Left = 120
- TabIndex = 9
- Top = 1080
- Width = 1692
- End
- Begin VB.Label Label2
- Caption = "View coordinates :"
- Height = 252
- Left = 120
- TabIndex = 5
- Top = 600
- Width = 1692
- End
- Begin VB.Label Label1
- Caption = "Screen coordinates :"
- Height = 252
- Left = 120
- TabIndex = 2
- Top = 120
- Width = 1692
- End
- Attribute VB_Name = "dlgCoords"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- '******************************************************************'
- '* *'
- '* TurboCAD for Windows *'
- '* Copyright (c) 1993 - 2001 *'
- '* International Microcomputer Software, Inc. *'
- '* (IMSI) *'
- '* All rights reserved. *'
- '* *'
- '******************************************************************'
- Option Explicit
-